Skip to content

MRIExperimentState::operator[]

Class: MRIExperimentState

Returns the EntityState at the given index.

Syntax

EntityState & MRIExperimentState::operator[](int index)

Parameters

Parameter Type Description
index int Zero-based index into the entity states array.

Return Value

Reference to the EntityState at that index.

Remarks

index Zero-based index into the entity states array. Reference to the EntityState at that index.